How to Install libnewlib-arm-none-eabi software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install libnewlib-arm-none-eabi software package in Ubuntu 14.04 LTS (Trusty Tahr)

libnewlib-arm-none-eabi software package provides C library and math library compiled for bare metal using Cortex A/R/M, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libnewlib-arm-none-eabi 

libnewlib-arm-none-eabi is installed in your system.

Make ensure the libnewlib-arm-none-eabi package were installed using the commands given below,

$ sudo dpkg-query -l | grep libnewlib-arm-none-eabi *

You will get with libnewlib-arm-none-eabi package name, version, architecture and description in a table

libnewlib-arm-none-eabi package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Libraries
Package libnewlib-arm-none-eabi
Version 2.1.0-3
Description C library and math library compiled for bare metal using Cortex A/R/M
Sub Section libs


See Also, How to uninstall or remove libnewlib-arm-none-eabi software package from Ubuntu 14.04 LTS (Trusty Tahr)?